home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / med135.zip / README.BAT < prev    next >
DOS Batch File  |  1992-03-28  |  512b  |  21 lines

  1. @echo off
  2. cls
  3. if x%1x==xx goto:help
  4. type readme.doc
  5. %1\read<readme.sbt >NUL
  6. goto:end
  7. :help
  8. echo If you have a Sound Blaster, run this program again using the
  9. echo paramter to specify your Sound Blaster Talker Directory.
  10. echo.
  11. echo Don't forget to load your Smooth Talker Driver by changing
  12. echo into your Sound Blaster Directory and typing SBTALKER.
  13. echo.
  14. echo Example      README D:\SB\SBTALKER
  15. echo.
  16. echo If you don't have a Sound Blaster, simply type
  17. echo.
  18. echo TYPE README.DOC
  19. echo.
  20. :end
  21.